home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / sound / aplayer / files / ahi / ahiusr.readme next >
Text File  |  1998-07-16  |  4KB  |  130 lines

  1. Short:    Retagetable audio v4, User's Archive
  2. Type:     mus/misc
  3. Author:   Martin Blom <lcs@lysator.liu.se>
  4. Uploader: Martin Blom <lcs@lysator.liu.se>
  5.  
  6. TITLE
  7.  
  8.      AHI Audio System
  9.  
  10. VERSION
  11.  
  12.      Release 4
  13.  
  14. AUTHOR
  15.  
  16.      Martin Blom <lcs@lysator.liu.se>
  17.  
  18. DESCRIPTION
  19.  
  20.      Retargetable Audio for AmigaOS
  21.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  22.  
  23.      (When refering to this software, the correct term is
  24.      'AHI audio system' or just 'AHI', never 'Audio Hardware
  25.      Interface'! 'AHI' is pronounced 'atchii', as in 'God bless!'.)
  26.  
  27.      Starting with version 3 of AHI, the MC68000 processor is also supported.
  28.      However, many features are lacking:
  29.  
  30.      · 16 bit samples are converted to 8 bits before they are mixed.
  31.      · No HiFi mixing routines are available.
  32.      · No stereo samples
  33.      · No DSP effects are available.
  34.      · Less precision on some calculations
  35.      · Slower
  36.  
  37.      As you can see, this version is very primitive.  Get yourself an
  38.      accelerator!  I cannot guarantee that I will continue to support this
  39.      processor in the future.
  40.  
  41.      Quick overview
  42.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  43.  
  44.      * Driver based
  45.  
  46.      Each supported sound card is controlled by a library-based audio
  47.      driver. For a 'dumb' sound card, a new driver should be written in
  48.      a few hours. For a 'smart' sound card, it is possible to utilize an
  49.      on-board DSP, for example, to maximize performance and sound quality.
  50.      For sound cards with own DSP but little or no memory, it is possible
  51.      to use the main CPU to mix channels and do the post-processing
  52.      with the DSP. Available today are drivers for
  53.  
  54.      · Aura (sampler only)
  55.      · Delfina
  56.      · DraCo Motion
  57.      · Paula (8/14/14c bit)
  58.      · Prelude
  59.      · Toccata
  60.      · Wavetools
  61.      · 8SVX (mono) and AIFF/AIFC (mono & stereo) sample render
  62.  
  63.      * Fast, powerful mixing routines (yeah, right... haha)
  64.  
  65.      The device's mixing routines mix 8- or 16-bit signed samples, both
  66.      mono and stereo, located in Fast-RAM and outputs 16-bit mono or stereo
  67.      (with stereo panning if desired) data, using any number of channels
  68.      (as long as 'any' means less than 128...).  Tables can be used speed
  69.      the mixing up (especially when using 8-bit samples).  The samples can
  70.      have any length (including odd) and can have any number of loops.
  71.      
  72.      * Support for non-realtime mixing
  73.  
  74.      By providing a timing feature, it is possible to create high-
  75.      quality output even if the processing power is lacking, by saving
  76.      the output to disk, for example as an IFF AIFF or 8SXV file.
  77.      There are so-called HiFi mixing routines that can be used, which
  78.      use linear interpolation and gives 32 bit output.
  79.  
  80.      * Audio database
  81.  
  82.      Uses ID codes, much like Screenmode IDs, to select the many
  83.      parameters that can be set. The functions to access the audio
  84.      database are not too different from those in 'graphics.library'.
  85.      The device also features a requester to get an ID code from the
  86.      user.
  87.  
  88.      * Both high- and low-level protocol
  89.  
  90.      By acting both like a device and a library, AHI gives the programmer
  91.      a choice between full control and simplicity. The device API allows
  92.      several programs to use the audio hardware at the same time, and
  93.      the AUDIO: dos-device driver makes playing and recording sound very
  94.      simple for both the programmer and user.
  95.  
  96.      * Future Compatible
  97.  
  98.      When AmigaOS gets device-independent audio worth it's name, it should
  99.      not be too difficult to write a driver for AHI, allowing applications
  100.      using 'ahi.device' to automatically use the new OS interface. At
  101.      least I hope it wont.
  102.  
  103. SPECIAL REQUIREMENTS
  104.  
  105.      AmigaOS release 2.
  106.      MC68020 processor strongly recommended.
  107.  
  108. AVAILABILITY
  109.  
  110.      Aminet, for example:
  111.      ftp://ftp.germany.aminet.org/pub/aminet/dev/misc/ahidev.lha
  112.      ftp://ftp.germany.aminet.org/pub/aminet/mus/misc/ahiusr.lha
  113.      ftp://ftp.germany.aminet.org/pub/aminet/docs/misc/ahiman.lha
  114.  
  115.      WWW:
  116.      http://www.lysator.liu.se/~lcs/ahi.html
  117.  
  118. PRICE
  119.  
  120.      Free. But if you use it in a shareware of commercial product,
  121.      I would like a registered copy for me and each of the audio driver
  122.      authors (this is merely a wish, you don't have to do it if you don't
  123.      think we deserve it). See the AHI User's Guide for more information.
  124.  
  125. DISTRIBUTABILITY
  126.  
  127.      Copyright ©1994-1997 Martin Blom.
  128.      Freely distributable in unmodified form.
  129.      See the AHI User's Guide for more information.
  130.